home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / fc_11f.zip / WWWDLANG.DL$ < prev    next >
Text File  |  1992-06-10  |  54KB  |  1,348 lines

  1. ; This is the language file for the Batch processor DLL.  It really is
  2. ; an INI file, but should be treated as a DLL, hence its name.
  3. ;
  4. ; The MAIN section has two functions.  The LangAvail keyword has a comma
  5. ; delimited list of supported languages.  The remainder of the MAIN section
  6. ; is a "translation table" to convert the WIN.INI INTL sLanguage parameter
  7. ; (a three letter code) to a preferred language.
  8. ;
  9. ; The algorithm is as follows:
  10. ; The WWWBATCH.INI file's MAIN section is checked for a "Language" keyword.
  11. ; If the "Language" keyword exists, then that section of the WWWDLANG.DLL
  12. ;       file is used for the default langauge.  If the string is not defined,
  13. ;       the internal English string is used.
  14. ; If no Language keyword is specified in the WWWBATCH.INI file,
  15. ;    the program looks in WIN.INI, INTL section, "sLanguage" Keyword and grabs
  16. ;    the three letter language code found there.  Then it looks up the three
  17. ;    letter code in this MAIN section to try and map it to a language.  If
  18. ;    the language desired does not exist (yet) in this file, or if the
  19. ;    particular string involved has not been translated, then the default is
  20. ;    English.
  21. ;
  22. ; If you wish to use a language found in this file, simply edit the
  23. ; WWWBATCH.INI file and add the language name to the "Language" keyword.
  24. ;
  25. ;    The ~ character signifies a new line
  26.  
  27. [Main]
  28. LangAvail=English,German,French,ValSpeak
  29.  
  30. enu=English
  31. eng=English
  32. dan=Danish
  33. nld=Dutch
  34. fin=Finnish
  35. fra=French
  36. frc=French
  37. deu=German
  38. isl=Icelandic
  39. ita=Italian
  40. nor=Norwegian
  41. ptg=Portugese
  42. esp=Spanish
  43. esn=Spanish
  44. sve=Swedish
  45.  
  46. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  47. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  48. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  49. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  50. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  51. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  52.  
  53. ; ValleySpeak.  Southern California parody.  Please improve on this section!
  54.  
  55. [ValSpeak]
  56. X102="Like wow, no menu file dude."
  57.  
  58. X111="It died, man!"
  59.  
  60. X120="F&or Sure"
  61. X121="Gag Me Qui&ck"
  62. X122="Hey Dude:  Wanna trash the old file?"
  63. X123="&Trash it"
  64. X124="Trash 'em &All"
  65. X125="Not Thi&s One"
  66. X126="&Next One"
  67. X127="&Run It"
  68. X128="&Show Var"
  69.  
  70. X192="Its, like, over man!"
  71. X193="You wanted it to be over?  Its over!"
  72.  
  73. X203="Out of hunk fer menu/batch file, you know"
  74. X204="Unable to lock hunk for menu/batch file"
  75. X205="Batch too big >64K.  Slim Down."
  76. X206="File I/O error reading batch file"
  77. X207="SunMonTueWedThuFriSat"
  78. X208="Runtime Hoo-Haa"
  79.  
  80. X211="HEY!  No cheating!  Uncool!"
  81. X212="Memory Error in verification"
  82. X213="Da Magic Words?"
  83.  
  84. X236="Nope.  That won't work."
  85. X237="Thanks man.  Way cool!"
  86. X238="Softwares alreay paid for!"
  87. X239="Uh-Oh.  Software got broken.  Don't use."
  88.  
  89. X502="Unexpected menu line.  Check for proper indentation."
  90. X503="Undefined error code -> "
  91. X504="Menu file file open error. Maybe it does not exist???"
  92. X505="Could not allocate menu build workarea"
  93. X506="Could not lock menu build workarea"
  94. X507="File I/O error reading menu file"
  95.  
  96. X512="Need First level menu title.  Not found."
  97. X513="Could not create menu bar"
  98. X514="Need batch code or second level menu title. Not found."
  99. X515="Need batch code or top level menu title. Not found."
  100. X516="First level popup menu creation failed."
  101. X517="Second level popup menu creation failed."
  102. X518="Third level popup menu creation failed."
  103. X519="Need batch code or third level menu title. Not found."
  104. X520="Need batch code or 1st or 2nd level menu title. Not found."
  105. X521="Need batch code or fourth level menu title. Not found."
  106. X522="Menu file re-open error"
  107. X523="Could not allocate menu scan workarea -- Low on menory?"
  108. X524="Could not lock menu scan workarea"
  109. X525="File I/O error scanning menu file"
  110.  
  111. X527="WIL Processor menu error 527"
  112. X528="Someone changed the menus!~Gotta scan them again.~Hang tight.~Try again in a few seconds."
  113.  
  114. X530="Menu/Batch file too big  >>64K"
  115.  
  116. X540="What is this?  You can't run this thing: "
  117.  
  118. X556="Uh-Oh, couldn't even get started."
  119. X557="Illegal passed parameter."
  120.  
  121. X575="Menu/Batch Terminated"
  122. X576="Processing failed validity check"
  123.  
  124. X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
  125. X580="Need batch code after fourth level menutitle.  Not found"
  126. X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
  127.  
  128. X599="Like wow, man, too many menu items you know."
  129.  
  130. X700="Resize window on screen"
  131. X701="Move window on screen"
  132. X702="Reduce window to an icon"
  133. X703="Zoom window to maximum size"
  134. X704="Switch to the next child window"
  135. X705="Switch to the previous child window"
  136. X706="Shut it down"
  137. X707="Scroll child windows vertically"
  138. X708="Scroll child windows horizontally"
  139. X717="Arrange Windows"
  140. X718="Restore window to previous state"
  141. X719="YooHoo! Task Manager"
  142.  
  143. X730=" popup menu"
  144. X731=" menu item"
  145.  
  146.  
  147. X9002= "Something died, but we already told you about it!"
  148. X9999= "We canned it dude."
  149.  
  150.  
  151. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  152. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  153. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  154. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  155. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  156. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  157. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  158. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  159. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  160. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  161.  
  162. ; The English section here is not used (generally), but is included so that
  163. ; anyone wanting to translate this to another language can refer to this
  164. ; section for how we worded it.  It is also a good idea to look at the
  165. ; translations of the same string for the other languages to help add a
  166. ; little context.  If some string seems terribly strange, it probably is,
  167. ; simply don't worry about it.  Some of these strings are never displayed
  168. ; to most users.  If a string is missing from the translation, we'll just
  169. ; use the English string.    There are a few strings that cannot be
  170. ; translated.
  171.  
  172. [English]
  173. X102="Specified menu/batch file not found"
  174. X104="&Quit Now"
  175. X105="Enter &License Info"
  176.  
  177. X111="Execution Error"
  178.  
  179. X120="&Ok"
  180. X121="&Cancel"
  181. X122="Warning: File is about to be overwritten"
  182. X123="&Overwrite"
  183. X124="Overwrite &All"
  184. X125="&Skip"
  185. X126="&Next"
  186. X127="&Run"
  187. X128="&Show Var"
  188. X129="Please enter name of the licensee of this product:"
  189. X130="Please enter your licensing information below:"
  190. X131="Registration ID:"
  191. X132="Control Number:"
  192. X133="Next Statement..."
  193. X134="File Overwrite Warning"
  194.  
  195. X150="ENGLISH"
  196.  
  197. X192="Execution ended"
  198. X193="Execution terminated by user request or error"
  199.  
  200. X203="Unable to allocate memory for menu/batch file"
  201. X204="Unable to lock memory for menu/batch file"
  202. X205="Batch file >64K.  Too Large."
  203. X206="File I/O error reading batch file"
  204. X207="SunMonTueWedThuFriSat"
  205. X208="Runtime Error"
  206.  
  207. X211="Encrypted/Encoded verification failed"
  208. X212="Memory Error in verification"
  209. X213="Authorization Code?"
  210.  
  211. X236="Incorrect Licensing Data"
  212. X237="Thank you for your support."
  213. X238="Software is already licensed"
  214. X239="Software has been damaged. Do not use."
  215.  
  216. X502="Unexpected menu line.  Check for proper indentation."
  217. X503="Undefined error code -> "
  218. X504="Menu file file open error. Maybe it does not exist???"
  219. X505="Could not allocate menu build workarea"
  220. X506="Could not lock menu build workarea"
  221. X507="File I/O error reading menu file"
  222.  
  223. X512="Need First level menu title.  Not found."
  224. X513="Could not create menu bar"
  225. X514="Need batch code or second level menu title. Not found."
  226. X515="Need batch code or top level menu title. Not found."
  227. X516="First level popup menu creation failed."
  228. X517="Second level popup menu creation failed."
  229. X518="Third level popup menu creation failed."
  230. X519="Need batch code or third level menu title. Not found."
  231. X520="Need batch code or 1st or 2nd level menu title. Not found."
  232. X521="Need batch code or fourth level menu title. Not found."
  233. X522="Menu file re-open error"
  234. X523="Could not allocate menu scan workarea -- Low on menory?"
  235. X524="Could not lock menu scan workarea"
  236. X525="File I/O error scanning menu file"
  237.  
  238. X527="WIL Processor menu error 527"
  239. X528="WIL Processor menu(s) will reloaded~to reflect recent changes.~Reselect menu option when reload complete."
  240.  
  241. X530="Menu/Batch file too big  >>64K"
  242.  
  243. X540="Cannot run selected file: "
  244.  
  245. X556="WIL Processor Initialization Failure"
  246. X557="Illegal passed parameter."
  247.  
  248. X575="Menu/Batch Terminated"
  249. X576="Processing failed validity check"
  250.  
  251. X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
  252. X580="Need batch code after fourth level menutitle.  Not found"
  253. X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
  254.  
  255. X599="Too many menu items defined for current application."
  256.  
  257. X700="Resize window on screen"
  258. X701="Move window on screen"
  259. X702="Reduce window to an icon"
  260. X703="Zoom window to maximum size"
  261. X704="Switch to the next child window"
  262. X705="Switch to the previous child window"
  263. X706="Close down application"
  264. X707="Scroll child windows vertically"
  265. X708="Scroll child windows horizontally"
  266. X717="Arrange Windows"
  267. X718="Restore window to previous state"
  268. X719="Get Task Manager"
  269.  
  270. X730=" popup menu"
  271. X731=" menu item"
  272.  
  273. X1900="WinExec 0: Out of Memory"
  274.  
  275. X1902="WinExec 2: File Not Found"
  276. X1903="WinExec 3: Path Not Found"
  277.  
  278. X1905="WinExec 5: Attempt to dynlink to a task"
  279. X1906="WinExec 6: Lib requires data segs for each task"
  280.  
  281. X1908="WinExec 8: Insufficient contiguous memory for application"
  282.  
  283. X1910="WinExec 10: Incorrect Windows Version"
  284. X1911="WinExec 11: Invalid EXE file"
  285. X1912="WinExec 12: Cannot run OS/2 application"
  286. X1913="WinExec 12: Cannot run DOS4.0 application"
  287. X1914="WinExec 14: Unknown EXE type"
  288. X1915="WinExec 15: Attempt to run old EXE in protect mode"
  289. X1916="WinExec 16: Attempted 2nd EXE with multiple writeable datasegs"
  290. X1917="WinExec 17: Nonshareable DLLs already in use"
  291. X1918="WinExec 18: App marked for protected mode only"
  292.  
  293. X1932="WinExec: Undefined Error"
  294. X1933="WinExec: No application defined for data file"
  295.  
  296. X2001="SendKey: Illegal Parameters"
  297. X2002="File Copy/Move: 'From' file illegal"
  298. X2003="File Copy/Move: 'To'   file illegal"
  299. X2004="File Copy/Move: Cannot put wildcards into fixed root"
  300. X2005="File Copy/Move: Cannot put wildcards into fixed extension"
  301. X1006="File Copy/Move: No matching files found"
  302. X2007="File Move: Unable to rename source file"
  303. X3008="File Copy/Move: 'From' file open error"
  304. X3009="SendKey: Could not open DEBUG TEXT file"
  305. X3010="SendKey: Could not install hook - Already Active??"
  306. X3011="File Copy/Move: 'From' file length error"
  307. X3012="File Copy/Move: No room left on disk.  Out of space??"
  308. X3013="File Copy/Move: 'To' file open error"
  309. X3014="File Copy/Move: I/O Error"
  310. X3015="File Move:  Unable to remove source file"
  311. X2016="File Delete: File name illegal"
  312. X1017="File Delete: No matching files found"
  313. X1018="File Delete: Delete Failed"
  314. X2019="File Rename: 'From' file illegal"
  315. X2020="File Rename: 'To' file illegal"
  316. X2021="File Rename: Can't change disk drives. Use MOVE instead."
  317. X2022="File Rename: Cannot put wildcards into a fixed root"
  318. X2023="File Rename: Cannot put wildcards into a fixed extension"
  319. X1024="File Rename: No matching files found"
  320. X1025="File Rename: Rename failed"
  321. X3026="LogDisk: Illegal disk drive"
  322. X3027="LogDisk: DOS reports no disks!!  ???"
  323. X1028="LogDisk: Requested drive not online"
  324. X1029="DirMake: Dir not created"
  325. X1030="DirRemove: Dir not removed"
  326. X1031="DirChange: Dir not found/changed"
  327. X3032="GoTo unable to lock memory for batch file"
  328. X3033="GoTo label not found"
  329. X3034="Clipboard owned by another app.  Cannot open."
  330. X3035="Clipboard does not contain text for CLIPAPPEND."
  331. X3036="Clipboard cannot hold that much text (>64000 bytes)"
  332. X3037="Unable to get memory for clipboard.  Close some apps"
  333. X2038="WinCloseNot Function Syntax error"
  334. X1039="WinClose: Window not found"
  335. X1040="WinHide: Window not found"
  336. X1041="WinIconize: Window not found"
  337. X1042="WinZoom: Window not found"
  338. X1043="WinShow: Window not found"
  339. X1044="WinPlace: Window not found"
  340. X1045="WinActivate: Window not found"
  341. X3046="Internal Error 3046. Function not defined"
  342. X3047="Variable name over 30 chars. Too Long"
  343. X3048="Substitution %Variable% not followed by a % (Use %% for %)"
  344. X3049="No variables exist??!!"
  345. X3050="Undefined variable"
  346. X3051="Undefined variable or function"
  347. X3052="Uninitialized variable or undefined function"
  348. X3053="Character string too long (>256 chars??)"
  349. X3054="Unrecognizable item found on line"
  350. X3055="Variable name over 30 chars. Too Long"
  351. X3056="Variable could not be converted to string"
  352. X3057="Variable could not be converted to integer"
  353. X2058="StrCat: Function syntax error"
  354. X3059="Illegal Bounds for STRSUB function"
  355. X2060="AVERAGE function syntax error"
  356. X3061="Illegal Syntax"
  357. X3062="Attempt to divide by zero"
  358. X3063="Internal Error 3063. Binary op not found"
  359. X3064="Internal Error 3064. Unary op not found"
  360. X3065="Unbalanced Parenthesis"
  361. X3066="Wrong Number of Arguments in Function"
  362. X3067="Function Syntax. Opening parenthesis missing."
  363. X3068="Function Syntax. Illegal delimiter found."
  364. X3069="Bad assignment statement. (Use == for equality testing)"
  365. X3070="Internal error 3070.  Too many arguments defined."
  366. X3071="Missing or incomplete statement"
  367. X3072="THEN not found in IF statement"
  368. X3073="Goto Label not specified"
  369. X3074="Expression continues past expected end."
  370. X3075="Call: Parse of file/parameter line failed"
  371. X3076="FileOpen: READ or WRITE not properly specified"
  372. X1077="FileOpen: Open failed"
  373. X3078="FileOpen: Too many (>5) files open"
  374. X3079="FileClose: Invalid file handle"
  375. X3080="FileClose: File not currently open"
  376. X3081="FileRead: Invalid file handle"
  377. X3082="FileRead: File not currently open"
  378. X1083="FileAttrGet: File not found"
  379. X3084="FileWrite: Invalid file handle"
  380. X3085="FileWrite: File not currently open"
  381. X1086="FileAttrSet: File not found or access denied"
  382. X3087="FileRead:  File not open for reading"
  383. X3088="FileRead: Attempt to read past end of file"
  384. X3089="FileWrite: File not open for writing"
  385. X3090="Dialog Box: File open error"
  386. X3091="Dialog Box: Box too large (20x60 max)"
  387. X3092="Dialog Box: Non-text control used w/filebox."
  388. X2093="Dialog Box: Bad Filespec, using *.*"
  389. X3094="Dialog Box: Window Registration Failed"
  390. X3095="Compare: Not an integer or string compare"
  391. X3096="Memory allocation failure.  Out of memory for strings"
  392. X3097="Memory allocation failure.  Out of memory for variables"
  393. X3098="IntErr: NULL pointer passed to xstrxxx subroutines"
  394. X3099="CallExt function disabled.  Not currently available."
  395. X1100="StrIndex/StrScan 3rd parameter out of bounds"
  396. X3101="Substituted line too long. (> 256 characters)"
  397. X3102="Drop: Can only drop variables"
  398. X3103="IsDefined: Attempting to test non-variable item"
  399. X3104="Dialog Box: Window Creation Failed"
  400. X3105="CALL and CALLEXT not supported in compiled versions"
  401. X2106="SetDisplay: Type not NAME, DATE, SIZE, KIND or UNSORTED"
  402. X3107="Run:  Filetype is not COM, EXE, PIF or BAT"
  403. X3108="FileItemize: Unable to lock file info segment"
  404. X3109="FileItemize: Unable to unlock file info segment"
  405. X3110="FileItemize: Unable to lock file index segment"
  406. X3111="FileItemize: Unable to unlock file index segment"
  407. X2112="FileSize: File Not Found"
  408. X3113="FileSize: Filelength I/O Error"
  409. X3114="FileSize: Buffer Overrun Error"
  410. X3115="FileDelete: Buffer Overrun Error"
  411. X3116="FileRename: Buffer Overrun Error"
  412. X3117="FileCopy/Move: Buffer Overrun Error"
  413. X2118="FileCopy/Move: Destination file same as source"
  414. X1119="WinPosition: Window not found"
  415. X2120="SetDisplay: Display type not SHORT or LONG"
  416. X1121="WinTitle: Window not found"
  417. X2122="FileAppend: Target cannot be wildcarded"
  418. X3123="WaitForKey: Invalid key codes specified"
  419. X3124="WinMetrics: Invalid code"
  420. X1125="FileTimeGet: File not found"
  421. X3126="FileAttrSet: Buffer Overrun Error"
  422. X3127="FileTimeTouch: Buffer Overrun Error"
  423. X1128="FileTimeTouch: File not found"
  424. X3129="avail???"
  425. X3130="avail???"
  426. X3131="avail???"
  427. X3132="avail???"
  428. X3133="avail???"
  429. X3134="avail???"
  430. X3135="avail???"
  431. X3136="avail???"
  432. X3137="avail???"
  433. X3138="DDE: Too many DDE conversations"
  434. X3139="DDEInitiate: Client window create failed"
  435. X3140="DDEInitiate: GlobalAddAtom failure"
  436. X3141="???DDETerminate: Bad channel number"
  437. X3142="DDETerminate: Channel does not exist"
  438. X3143="???DDEInitiate: Internal Error 3143"
  439. X3144="DDETerminate: Internal Error 3144"
  440. X3145="DDEExec: GlobalAlloc failed"
  441. X3146="DDEExec: Global Lock failed"
  442. X3147="DDEExec: Bad channel number"
  443. X3148="???DDEExec: No open channels"
  444. X3149="DDEExec: Internal Error 3149"
  445. X1150="DDEExec: DDE Post failed"
  446. X3151="???DDEReq: No open channels"
  447. X3152="???DDEReq: Bad channel number"
  448. X3153="???DDEReq: Internal error 3153"
  449. X3154="DDEReq: GlobalAddAtom failed"
  450. X1155="DDEReq: DDE Post failed"
  451. X3156="DDEReq: GlobalLock failed"
  452. X3157="???DDEPoke: No open channels"
  453. X3158="???DDEPoke: Bad channel number"
  454. X3159="???DDEPoke: Internal Error 3159"
  455. X3160="DDEPoke: GlobalAlloc failed"
  456. X3161="DDEPoke: GlobalAddAtom failed"
  457. X3162="DDEPoke: GlobalLock failed"
  458. X1163="DDEPoke: DDE Post failed"
  459. X1164="DDEPoke: DDE Timeout"
  460. X1165="DDEReq: DDE Timeout"
  461. X1166="DDEExec: DDE Timeout"
  462. X3167="DDE Recv Data: GlobalLock 1 failed"
  463. X3168="DDE Recv Data: GlobalAlloc 2 failed"
  464. X3169="DDE Recv Data: GlobalLock 2 failed"
  465. X3170="DDEInitiate: Internal Error 3170"
  466. X3171="IntControl: Invalid IntControl opcode"
  467. X1172="WinExeName: Window not found"
  468. X3173="Net: No network found"
  469. X3174="Net: Security Violation"
  470. X3175="Net: Function not supported"
  471. X3176="Net: Out of Memory"
  472. X3177="Net: Network Error"
  473. X3178="Net: Windows function failed"
  474. X3179="Net: Invalid type of request"
  475. X3180="Net: Invalid Pointer"
  476. X1181="Net: Cancelled at users request"
  477. X1182="Net: Bad user / Not logged in"
  478. X3183="Net: Buffer too small - Internal Error"
  479. X1184="Net: Invalid Network name"
  480. X1185="Net: Invalid Local Name"
  481. X1186="Net: Invalid Password"
  482. X1187="Net: Local Device already connected"
  483. X1188="Net: Not a valid local device or network name"
  484. X1189="Net: Not a redirected local device or current net name"
  485. X1190="Net: Files were open with FORCE=FALSE"
  486. X1191="Net: Function busy"
  487. X3192="Net: Unknown network error"
  488. X1193="Function not supported in this version of Windows"
  489. X1194="PlaySounds: File not found"
  490. X1195="PlayMedia: Unrecognised Error"
  491. X3196="PlayMedia: Do not use WAIT or NOTIFY in MCI string"
  492. X3197="WinResources: Invalid request number"
  493. X3198="WinParmGet/Set: Invalid request number"
  494. X3199="WinPlaceGet/Set: Invalid window-size number"
  495. X1200="WinPlaceGet/Set: Window not found"
  496. X1201="WinPlaceGet/Set: Function failed"
  497. X3202="WinPlaceSet: Wrong number of window co-ordinates"
  498. X2203="Dir Rename: 'From' file illegal"
  499. X2204="Dir Rename: 'To' file illegal"
  500. X3205="MouseInfo: Invalid request number"
  501. X3206="SnapShot: Invalid request number"
  502. X1207="SnapShot: Out of memory"
  503. X1208="SnapShot: Palette Creation Error"
  504. X1209="SnapShot: Cannot open clipboard"
  505. X3210="Cmd Extender: Out of memory to save result"
  506. X3211="Call:  More than 6 levels of Calls"
  507. X3212="PlayMedia: Notify Window creation failed"
  508. X1213="Cmd Extender: Minor error occurred"
  509. X2214="Cmd Extender: Moderate Error Occurred"
  510. X3215="Cmd Extender: Severe error occurred"
  511. X1216="RunWait Commands not supported in 3.0 Debug Windows"
  512.  
  513. ; 5600 to 5699 reserved for wininfo.exe strings
  514. X5600= "Hit Spacebar to copy to clipboard"
  515. X5601= "XXX Not Active XXX"
  516. X5610= "Co-ordinates"
  517. X5611= "Left"
  518. X5612= "Top"
  519. X5613= "Right"
  520. X5614= "Bottom"
  521. X5615= "Use ESC to terminate"
  522. X5616= "Window Title"
  523.  
  524. ; 5700 - 5799 reserved for WinMacro
  525. X5700=  "&About / Reload ..."
  526. X5701=  "Err: No Title or Hotkey specification"
  527. X5702=  "Err: :Action part of line missing"
  528. X5703=  "Err: HotKey specs and Action missing"
  529. X5704=  "Err: Redundant backslashes found"
  530. X5705=  "Err: No :Action found"
  531. X5706=  "Err: Multiple backslashes found"
  532. X5707=  "Err: No Action found following colon"
  533. X5708=  "Err: Illegal characters found in Action"
  534. X5709=  "Err: :Action found when HotKeys expected"
  535. X5710=  "Err: Only A-Z and F1-F16 may be hotKeys"
  536. X5711=  "Err: Ctrl(^) needed for HotKeys"
  537. X5712=  "&Terminate Windows"
  538.  
  539. X5720=  "&Begin Macro Record\tCtrlShift+HOME"
  540. X5721=  "&End Macro Record\tCtrlShift+END"
  541. X5722=  "Filename error: Wildcards (* or ?) not allowed"
  542. X5723=  "FileName error: Filename must end in .WBT or .WBM"
  543. X5724=  "\012 already exists.  OverWrite?"
  544. X5725=  "\012 File Error. Recording probably incorrect."
  545. X5727=  "WinBatch"
  546. X5728=  "Please register WinBatch if you like WinMacro.~Just call (800) 762-8383"
  547.  
  548. X9002= "Previously reported error"
  549. X9999= "User requested Cancel"
  550.  
  551.  
  552. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  553. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  554. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  555. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  556. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  557. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  558. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  559. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  560. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  561.  
  562.  
  563. [German]
  564. X102="Fehler: Angegebene Batch-Datei nicht gefunden"
  565. ; Note: X103 CANNOT INCLUDE THE CHARACTER WHICH IS THE HOT KEY IN X104 or X105.
  566. X103="Ich bin einverstanden"
  567. X104="&Jetzt beenden"
  568. X105="&Lizenz-Info eingeben"
  569.  
  570. X111="Ablauffehler"
  571.  
  572. X120="&Ok"
  573. X121="&Abbrechen"
  574. X122="Soll die Datei ⁿberschrieben werden ?"
  575. X123="▄&berschreiben"
  576. X124="&Immer ⁿberschreiben"
  577. X125="▄ber&springen"
  578. X126="&NΣchster"
  579. X127="&Start"
  580. X128="Variable an&zeigen "
  581. X129="Bitte geben Sie den Namen des Programmeigentⁿmers ein:"
  582. X130="Bitte geben Sie hier ihre Registrierinformation ein:"
  583. X131="Registrierungs - ID:"
  584. X132="Kontrollnummer :"
  585. X133="NΣchster Befehl..."
  586. X134="Warnung! Datei(en) schon vorhanden!"
  587.  
  588. ; do not translate X150.  It should be "GERMAN"
  589. X150="GERMAN"
  590.  
  591. X172="Einige Programme schlie▀en"
  592. X173="WinBatch: ZU WENIG SPEICHER"
  593.  
  594. X192="Ausfⁿhrung abgebochen"
  595. X193="Ende durch Anwender oder Fehler"
  596.  
  597. X203="Kann fⁿr Menⁿ/Batch-Datei Speicher nicht reservieren"
  598. X204="Kann fⁿr Menⁿ/Batch-Datei Speicher nicht sperren"
  599. X205="Batch-Datei ⁿber 64K. (Zu gro▀)."
  600. X206="E/A-Fehler beim Lesen der Batch-Datei"
  601. X207=" So Mo Di Mi Do Fr Sa"
  602. X208="Fortsetzen"
  603.  
  604. X211="Verschlⁿsselung gescheitert"
  605. X212="Speicher-Prⁿffehler"
  606. X213="Autorisations-Code?"
  607.  
  608.  
  609. X236="Unkorrekte Lizenzdaten"
  610. X237="Danke fⁿr Ihre Unterstⁿtzung von Software."
  611. X238="Software ist schon lizensiert"
  612. X239="Die Software wurde verΣndert. Nicht benutzen!"
  613.  
  614. X502="Menⁿoption nicht erwartet. Richtig eingerⁿckt?"
  615. X503="Fehlercode nicht definiert -> "
  616. X504="Fehler beim ╓ffnen der Menⁿ-Datei. Existiert sie?"
  617. X505="Kann ArbeitsflΣche fⁿr Menⁿ nicht reservieren"
  618. X506="Kann ArbeitsflΣche fⁿr Menⁿ nicht sperren"
  619. X507="E/A-Fehler beim Lesen der Menⁿ-Datei"
  620.  
  621. X512="Menⁿtitel erster Ebene nicht gefunden"
  622. X513="Kann Menⁿleiste nicht erzeugen"
  623. X514="Batch-Code oder Menⁿtitel zweiter Ebene nicht gefunden"
  624. X515="Batch-Code oder Menⁿtitel oberster Ebene nicht gefunden"
  625. X516="Erzeugen des Popup-Menⁿs erster Ebene gescheitert"
  626. X517="Erzeugen des Popup-Menⁿs zweiter Ebene gescheitert"
  627. X518="Erzeugen des Popup-Menⁿs dritter Ebene gescheitert"
  628. X519="Batch-Code oder Menⁿtitel dritter Ebene nicht gefunden"
  629. X520="Batch-Code oder Menⁿtitel erster/zweiter Ebene nicht gefunden"
  630. X521="Batch-Code oder Menⁿtitel vierter Ebene nicht gefunden"
  631. X522="Fehler beim Wieder÷ffnen der Menⁿ-Datei"
  632. X523="Kann Menⁿtestbereich nicht reservieren - zu wenig Speicher?"
  633. X524="Kann Menⁿtestbereich nicht sperren"
  634. X525="E/A-Fehler beim Durchsuchen der Menⁿ-Datei"
  635.  
  636. X527="WIL-Prozessor: Menⁿfehler 527"
  637. X528="WIL-Prozessor: Menⁿ(s) werden neu geladen~um VerΣnderungen anzuzeigen.~Nach dem Laden Option neu wΣhlen."
  638.  
  639. X530="Menⁿ/Batch-Datei zu gro▀ (ⁿber 64 K)
  640.  
  641. X540="Kann Datei nicht starten:"
  642.  
  643. X556="WIL-Prozessor: Initialisierung gescheitert"
  644. X557="Parameter nicht zulΣssig"
  645.  
  646. X575="Menⁿ/Batch-Datei beendet"
  647. X576="Bearbeitung gescheitert. Daten gⁿltig?"
  648.  
  649. X579="Batch-Code oder Menⁿtitel Ebene 1, 2 oder 3 nicht gefunden"
  650. X580="Batch-Code nach Menⁿtitel vierter Ebene nicht gefunden"
  651. X581="Batch-Code oder Menⁿtitel Ebene 1, 2, 3 oder 4 nicht gefunden"
  652.  
  653. X599="Zu viele Menⁿoptionen fⁿr aktuelles Programm definiert"
  654.  
  655. X700="Fenstergr÷▀e Σndern"
  656. X701="Fenster verlagern"
  657. X702="Fenster minimieren (Icon)"
  658. X703="Fenster maximieren"
  659. X704="Zum nΣchsten untergeordneten Fenster
  660. X705="Zum vorigen untergeordneten Fenster
  661. X706="Programm beenden"
  662. X707="Untergeordnete Fenster vertikal verschieben"
  663. X708="Untergeordnete Fenster horizontal verschieben"
  664. X717="Fenster anordnen"
  665. X718="Fenster vorige Gr÷▀e herstellen"
  666. X719="Task-Manager laden"
  667.  
  668. X730=" Popup-Menⁿ"
  669. X731=" Menⁿoption"
  670.  
  671. X1900="WinExec 0: Kein Speicher verfⁿgbar"
  672.  
  673. X1902="WinExec 2: Datei nicht gefunden"
  674. X1903="WinExec 3: PATH nicht gefunden"
  675.  
  676. X1905="WinExec 5: Versuch, ein Programm dynamisch zu linken"
  677. X1906="WinExec 6: Bibliothek braucht Datensegmente fⁿr jedes Programm"
  678.  
  679. X1908="WinExec 8: Zu wenig zusammenhΣngender Speicher fⁿr Programm"
  680.  
  681. X1910="WinExec 10: Falsche Windows Version"
  682. X1911="WinExec 11: Ungⁿltige EXE-Datei"
  683. X1912="WinExec 12: Kann OS/2 Programm nicht starten"
  684. X1913="WinExec 12: Kann DOS4.0 Programm nicht starten"
  685. X1914="WinExec 14: Unbekannter EXE-Dateityp"
  686. X1915="WinExec 15: Versuch, alte EXE im Protected Mode zu starten"
  687. X1916="WinExec 16: Versuch, zweite EXE mit mehrfach beschreibbaren Datensegmenten zu starten"
  688. X1917="WinExec 17: Nicht gemeinsam benutzbare DLLs schon in Gebrauch"
  689. X1918="WinExec 18: Programm nur fⁿr Protected Mode"
  690.  
  691. X1932="WinExec: Undefinierter Fehler"
  692. X1933="WinExec: Kein Programm fⁿr Datendatei definiert"
  693.  
  694. ; Following is in order of last three digits
  695. ; First digit is severity level of error 1=minor 2=moderate 3=fatal
  696. ; Numbers 1000 thru 3999 reserved for winbatch.exe error messages
  697.  
  698. X2001="SendKey: Ungⁿltige Parameter"
  699. X2002="FileCopy/Move: 'Von'-Datei ungⁿltig"
  700. X2003="FileCopy/Move: 'Nach'-Datei ungⁿltig"
  701. X2004="FileCopy/Move: Kann ?/* nicht in festen Dateinamen kopieren/bewegen"
  702. X2005="FileCopy/Move: Kann ?/* nicht in feste Erweiterung kopieren/bewegen"
  703. X1006="FileCopy/Move: Keine passenden Dateien gefunden"
  704. X2007="FileMove: Fehler beim Umbenennen der Quelldatei"
  705. X3008="FileCopy/Move: Fehler beim ╓ffnen der 'Von'-Datei"
  706. X3009="SendKey: Kann C:\@@SKDBUG.TXT nicht ÷ffnen"
  707. X3010="SendKey: Kann hook nicht installieren - schon aktiv??"
  708. X3011="FileCopy/Move: 'Von'-Datei Fehler der LΣnge"
  709. X3012="FileCopy/Move: Kein Platz auf Laufwerk - voll??"
  710. X3013="FileCopy/Move: Fehler beim ╓ffnen der 'Nach'-Datei"
  711. X3014="FileCopy/Move: E/A-Fehler"
  712. X3015="FileMove:  Fehler beim Entfernen der Quelldatei"
  713. X2016="FileDelete: Dateiname ungⁿltig"
  714. X1017="FileDelete: Keine passenden Dateien gefunden"
  715. X1018="FileDelete: Fehler beim L÷schen"
  716. X2019="FileRename: 'Von'-Datei ungⁿltig"
  717. X2020="FileRename: 'Nach'-Datei ungⁿltig"
  718. X2021="FileRename: Versuch, auf anderem Laufwerk umzubenennen.  MOVE verwenden"
  719. X2022="FileRename: Kann ?/* nicht in festen Dateinamen kopieren/bewegen"
  720. X2023="FileRename: Kann ?/* nicht in feste Erweiterung kopieren/bewegen"
  721. X1024="FileRename: Keine passenden Dateien gefunden"
  722. X1025="FileRename: Fehler beim Umbenennen"
  723. X3026="LogDisk: Ungⁿltiges Laufwerk"
  724. X3027="LogDisk: DOS sagt, kein Laufwerk /keine Diskette!!!  ???"
  725. X1028="LogDisk: Gewⁿnschtes Laufwerk nicht angemeldet"
  726. X1029="DirMake: Verzeichnis nicht angelegt"
  727. X1030="DirRemove: Verzeichnis nicht entfernt"
  728. X1031="DirChange: Verzeichnis nicht gefunden/geΣndert"
  729. X3032="GoTo-Fehler beim Reservieren von Speicher fⁿr Batch-Datei"
  730. X3033="GoTo-Marke nicht gefunden"
  731. X3034="Zwischenablage von anderem Programm besetzt. Kann nicht ÷ffnen."
  732. X3035="Zwischenablage enthΣlt keinen Text fⁿr CLIPAPPEND."
  733. X3036="Zwischenablage fa▀t nicht so viel Text (>64000 bytes)"
  734. X3037="Fehler bei Speicherzuweisung fⁿr Zwischenablage.  Einige Programme schlie▀en"
  735. X2038="WinCloseNot Funktions-Syntax-Fehler"
  736. X1039="WinClose: Fenster nicht gefunden"
  737. X1040="WinHide: Fenster nicht gefunden"
  738. X1041="WinIconize: Fenster nicht gefunden"
  739. X1042="WinZoom: Fenster nicht gefunden"
  740. X1043="WinShow: Fenster nicht gefunden"
  741. X1044="WinPlace: Fenster nicht gefunden"
  742. X1045="WinActivate: Fenster nicht gefunden"
  743. X3046="Interner Fehler 3046. Funktion nicht definiert"
  744. X3047="Variablenname ⁿber 30 Zeichen. (Zu lang)"
  745. X3048="Ersatz %Variable% nicht gefolgt von % (%% fⁿr % benutzen)"
  746. X3049="Keine Variablen existieren??!!"
  747. X3050="Undefinierte Variable"
  748. X3051="Undefinierte Variable oder Funktion"
  749. X3052="Uninitialisierte Variable oder undefinierte Funktion"
  750. X3053="Zeichenkette zu lang (>256 Zeichen??)"
  751. X3054="Nicht erkennbarer Eintrag in Zeile"
  752. X3055="Variablenname ⁿber 30 Zeichen. Zu lang"
  753. X3056="Variable konnte nicht in String konvertiert werden"
  754. X3057="Variable konnte nicht in ganze Zahl konvertiert werden"
  755. X2058="StrCat: Syntaxfehler Funktion"
  756. X3059="Ungⁿltige Grenzen fⁿr STRSUB-Funktion"
  757. X2060="Average: Syntaxfehler Funktion"
  758. X3061="Syntaxfehler"
  759. X3062="Versuch, durch Null zu dividieren"
  760. X3063="Interner Fehler 3063. BinΣrer Operator nicht gefunden"
  761. X3064="Interner Fehler 3064. UnΣrer Operator nicht gefunden"
  762. X3065="Zweite Klammer fehlt"
  763. X3066="Falsche Anzahl von Argumenten in der Funktion"
  764. X3067="Funktionssyntax. ╓ffnende Klammer fehlt."
  765. X3068="Funktionssyntax. Ungⁿltigen Begrenzer gefunden."
  766. X3069="Ungⁿltiger Zuweisungsbefehl. (== fⁿr Gleichheitstest verwenden)"
  767. X3070="Interner Fehler 3070.  Zu viele Argumente definiert."
  768. X3071="Fehlender oder unvollstΣndiger Befehl"
  769. X3072="If-Anweisung ohne Then"
  770. X3073="Goto-Marke nicht angegeben"
  771. X3074="Ausdruck geht sich ⁿber das erwartete Ende hinaus."
  772. X3075="Call: Fehler beim Einlesen von Datei/Parameter-Zeile"
  773. X3076="FileOpen: READ oder WRITE nicht richtig angegeben"
  774. X1077="FileOpen: Fehler beim ╓ffnen"
  775. X3078="FileOpen: Zu viele Dateien offen (ⁿber 5)"
  776. X3079="FileClose: Ungⁿltiges Datei-Handle"
  777. X3080="FileClose: Datei nicht ge÷ffnet"
  778. X3081="FileRead: Ungⁿltiges Datei-Handle"
  779. X3082="FileRead: Datei nicht ge÷ffnet"
  780. X1083="FileAttrGet: Datei nicht gefunden2
  781. X3084="FileWrite: Ungⁿltiges Datei-Handle"
  782. X3085="FileWrite: Datei nicht ge÷ffnet"
  783. X1086="FileAttrSet: Datei nicht gefunden oder Zugriff verweigert"
  784. X3087="FileRead:  Datei nicht ge÷ffnet zum Lesen"
  785. X3088="FileRead: Versuch, ⁿber das Dateiende hinaus zu lesen"
  786. X3089="FileWrite: Datei nicht ge÷ffnet zum Schreiben"
  787. X3090="DialogBox: Fehler beim ╓ffnen" einer Datei"
  788. X3091="DialogBox: Fenster zu gro▀"
  789. X3092="DialogBox: Nicht-Text-Steuerzeichen bei Listenfenster"
  790. X2093="DialogBox: Schlechte Dateispezifikation, benutze *.*"
  791. X3094="DialogBox: Fenster-Registrations-Fehler"
  792. X3095="Kann Ganzzahlen oder Zeichenketten nicht vergleichen"
  793. X3096="Fehler Speicherzuweisung.  Kein Speicher fⁿr Zeichenketten"
  794. X3097="Fehler Speicherzuweisung.  Kein Speicher fⁿr Variablen"
  795. X3098="Interner Fehler, NULL-Zeiger an xstrxxx Subroutinen"
  796. X3099="CallExt-Funktion z.Z. nicht verfⁿgbar."
  797. X1100="StrIndex/StrScan 3. Parameter au▀erhalb Grenzen"
  798. X3101="Ersetzte Zeile zu lang. (> 256 Zeichen)"
  799. X3102="Drop: Kann nur auf Variablen angewendet werden"
  800. X3103="IsDefined: Versuch, eine Nicht-Variable zu testen"
  801. X3104="DialogBox: Fenster-Erzeugungsfehler"
  802. X3105="CALLEXT in compilierter Version nicht unterstⁿtzt"
  803. X1106="verfⁿgbar???"
  804. X3107="Run:  Dateityp nicht COM, EXE, PIF oder BAT"
  805. X3108="FileItemize: Fehler bei lock file info segment"
  806. X3109="FileItemize: Fehler bei unlock file info segment"
  807. X3110="FileItemize: Fehler bei lock file index segment"
  808. X3111="FileItemize: Fehler bei unlock file index segment"
  809. X2112="FileSize: Datei nicht gefunden"
  810. X3113="FileSize: DateilΣngen-E/A-Fehler"
  811. X3114="FileSize: Puffer-▄berlauf-Fehler"
  812. X3115="FileDelete: Puffer-▄berlauf-Fehler"
  813. X3116="FileRename: Puffer-▄berlauf-Fehler"
  814. X3117="FileCopy/Move: Puffer-▄berlauf-Fehler"
  815. X2118="FileCopy/Move: Zieldatei dieselbe wie Quelldatei"
  816. X1119="WinPosition: Fenster nicht gefunden."
  817. X2120="SetDisplay: Displaytyp nicht SHORT oder LONG"
  818. X1121="WinTitle: Fenster nicht gefunden"
  819. X2122="FileAppend: Kann ?/* nicht fⁿr  Zieldatei benutzen"
  820. X3123="WaitForKey: Ungⁿltige Tastencodes"
  821. X3124="WinMetrics: Ungⁿltiger Code"
  822. X1125="FileTimeGet: Datei nicht gefunden"
  823. X3126="FileAttrSet: Puffer-▄berlauf-Fehler"
  824. X3127="FileTimeTouch: Puffer-▄berlauf-Fehler"
  825. X1128="FileTimeTouch: Datei nicht gefunden"
  826. X3129="verfⁿgbar???"
  827. X3130="verfⁿgbar???"
  828. X3131="verfⁿgbar???"
  829. X3132="verfⁿgbar???"
  830. X3133="verfⁿgbar???"
  831. X3134="verfⁿgbar???"
  832. X3135="verfⁿgbar???"
  833. X3136="verfⁿgbar???"
  834. X3137="verfⁿgbar???"
  835. X3138="DDE: Zu viele DDE-Konversationen"
  836. X3139="DDEInitiate: Untergeordnetes Fenster nicht erzeugt"
  837. X3140="DDEInitiate: GlobalAddAtom gescheitert"
  838. X3141="???DDETerminate: Falsche Kanalnummer"
  839. X3142="DDETerminate: Kanal existiert nicht"
  840. X3143="???DDEInitiate: Interner Fehler 3143"
  841. X3144="DDETerminate: Interner Fehler 3144"
  842. X3145="DDEExec: GlobalAlloc gescheitert"
  843. X3146="DDEExec: Global Lock gescheitert"
  844. X3147="DDEExec: Falsche Kanalnummer"
  845. X3148="???DDEExec: No open channels"
  846. X3149="DDEExec: Interner Fehler 3149"
  847. X1150="DDEExec: DDE Post gescheitert"
  848. X3151="???DDEReq: No open channels"
  849. X3152="???DDEReq: Falsche Kanalnummer"
  850. X3153="???DDEReq: Interner Fehler 3153"
  851. X3154="DDEReq: GlobalAddAtom gescheitert"
  852. X1155="DDEReq: DDE Post gescheitert"
  853. X3156="DDEReq: GlobalLock gescheitert"
  854. X3157="???DDEPoke: No open channels"
  855. X3158="???DDEPoke: Falsche Kanalnummer"
  856. X3159="???DDEPoke: Interner Fehler 3159"
  857. X3160="DDEPoke: GlobalAlloc gescheitert"
  858. X3161="DDEPoke: GlobalAddAtom gescheitert"
  859. X3162="DDEPoke: GlobalLock gescheitert"
  860. X3163="DDEPoke: DDE Post gescheitert"
  861. X3164="DDEPoke: DDE-Fehler bei Wartezeit"
  862. X1165="DDEReq: DDE-Fehler bei Wartezeit"
  863. X1166="DDEExec: DDE-Fehler bei Wartezeit"
  864. X3167="DDE Recv Data: GlobalLock 1 gescheitert"
  865. X3168="DDE Recv Data: GlobalAlloc 2 gescheitert"
  866. X3169="DDE Recv Data: GlobalLock 2 gescheitert"
  867. X3170="DDEInitiate: Interner Fehler 3170"
  868. X3171="IntControl: Falscher IntControl-Opcode"
  869. X1172="WinExeName: Fenster nicht gefunden"
  870. X3173="Net: Kein Netz gefunden"
  871. X3174="Net: Sicherheitsverletzung"
  872. X3175="Net: Funktion nicht unterstⁿtzt"
  873. X3176="Net: Zu wenig Speicher"
  874. X3177="Net: Netzfehler"
  875. X3178="Net: Windows-Funktion gescheitert"
  876. X3179="Net: Falsche Anfrage"
  877. X3180="Net: Zeiger ungⁿltig"
  878. X1181="Net: Vom Anwender abgebrochen"
  879. X1182="Net: Anwender nicht angemeldet"
  880. X3183="Net: Puffer zu klein - Interner Fehler"
  881. X1184="Net: Ungⁿltiger Netzname"
  882. X1185="Net: Ungⁿltiger lokaler Name"
  883. X1186="Net: Ungⁿltiges Pa▀wort"
  884. X1187="Net: Lokales Device schon im Netz"
  885. X1188="Net: Ungⁿltiger lokaler oder Netzname"
  886. X1189="Net: Kein umgelenktes lokales Device oder aktueller Netzname"
  887. X1190="Net: Dateien mit FORCE=FALSE ge÷ffnet"
  888. X1191="Net: Funktion schon aktiv"
  889. X3192="Net: Unbekannter Netzfehler"
  890. X1193="Funktion in dieser Windows-Version nicht unterstⁿtzt"
  891. X1194="PlaySounds: Datei nicht gefunden"
  892. X1195="PlayMedia: Unbekannter Fehler"
  893. X3196="PlayMedia: Nicht WAIT oder NOTIFY in MCI-String verwenden"
  894. X3197="WinResources: Ungⁿltige Request-Nummer"
  895. X3198="WinParmGet/Set: Ungⁿltige Request-Nummer"
  896. X3199="WinPlaceGet/Set: Ungⁿltige Fenstergr÷▀e"
  897. X1200="WinPlaceGet/Set: Fenster nicht gefunden"
  898. X1201="WinPlaceGet/Set: Funktion gescheitert"
  899. X3202="WinPlaceSet: Falsche Anzahl Fensterkoordinaten"
  900. X2203="Dir Rename: Quelldatei ungⁿltig"
  901. X2204="Dir Rename: Zieldatei ungⁿltig"
  902. X3205="MouseInfo: Ungⁿltige Request-Nummer"
  903. X3206="SnapShot: Ungⁿltige Request-Nummer"
  904. X1207="SnapShot: Zu wenig Speicher"
  905. X1208="SnapShot: Palettenerzeugungs-Fehler"
  906. X1209="SnapShot: Kann Zwischenablage nicht ÷ffnen"
  907. X3210="Cmd Extender: Kann Ergebnis nicht speichern, zu wenig Speicher"
  908. X3211="Call: Mehr als 6 Aufrufebenen"
  909. X3212="PlayMedia: Nachricht an Fenster gescheitert"
  910. X1213="Cmd Extender: Ein leichter Fehler ist geschehen"
  911. X2214="Cmd Extender: Ein mΣ▀iger Fehler ist geschehen"
  912. X3215="Cmd Extender: Ein ernster Fehler ist geschehen"
  913. X1216="RunWait Befehle in 3.0 Debug Windows nicht unterstⁿtzt"
  914.  
  915. ; 5600 to 5699 reserved for wininfo.exe strings
  916. X5600= "Kopieren in Zwischenablage mit Leertaste"
  917. X5601= "XXX Nicht aktiv XXX"
  918. X5610= "Koordinaten"
  919. X5611= "Links"
  920. X5612= "Oben"
  921. X5613= "Rechts"
  922. X5614= "Unten"
  923. X5615= "Beenden mit ESC"
  924. X5616= "Fenstertitel"
  925. X5617= "WinInfo braucht eine Maus. Bekommen Sie eine!"
  926.  
  927. ; 5700 - 5799 reserved for WinMacro
  928. X5700= "&▄ber / Neu laden ..."
  929. X5701= "Fehler: Kein Titel oder Hei▀taste Angabe"
  930. X5702= "Fehler: :Aktion Teil der Zeile fehlt"
  931. X5703= "Fehler: Hei▀taste Angabe und Aktion fehlen"
  932. X5704= "Fehler: ▄berflⁿssige Rⁿckstreiche gefunden"
  933. X5705= "Fehler: Kein :Aktion gefunden"
  934. X5706= "Fehler: Mehrere Rⁿckstreiche gefunden"
  935. X5707= "Fehler: Kein Aktion gefunden nach Doppelpunkt"
  936. X5708= "Fehler: Ungⁿltige Zeichen gefunden in Aktion"
  937. X5709= "Fehler: :Aktion gefunden wo Hei▀taste erwartet"
  938. X5710= "Fehler: Nur A-Z und F1-F16 k÷nnen Hei▀tasten sein"
  939. X5711= "Fehler: Ctrl(^) notwendig fⁿr Hei▀taste"
  940. X5712= "&Beenden Windows"
  941.  
  942. X5720= "&Anfangen Makro Aufzeichnung\tCtrlShift+HOME"
  943. X5721= "&Beenden Makro Aufzeichnung\tCtrlShift+END"
  944. X5722= "Dateiname Fehler: ?/* nicht gestattet"
  945. X5723= "Dateiname Fehler: Dateiname mu▀ mit .WBT oder .WBM enden"
  946. X5724= "\012 schon existiert. ▄berschreiben?"
  947. X5725= "\012 Datei Fehler. Aufzeichnung wahrscheinlich unkorrekte."
  948. X5728= "Bitte Registrieren Sie WinBatch wenn Sie WinMacro m÷gen."
  949.  
  950.  
  951.  
  952. X9002= "Vorher schon gemeldeter Fehler"
  953. X9999= "Benutzer verlangte Abbruch"
  954.  
  955.  
  956.  
  957. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  958. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  959. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  960. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  961. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  962. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  963. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  964. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  965. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  966. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  967.  
  968. [French]
  969. X102="Fichier des Menus introuvable"
  970. X104="&Quit Now"
  971. X105="Enter &License Info"
  972.  
  973. X111="Erreur d'exΘcution"
  974.  
  975. X120="&Ok"
  976. X121="&Cancel"
  977. X122="Warning: File is about to be overwritten"
  978. X123="&Overwrite"
  979. X124="Overwrite &All"
  980. X125="&Skip"
  981. X126="&Next"
  982. X127="&Run"
  983. X128="&Show Var"
  984. X129="Please enter name of the licensee of this product:"
  985. X130="Please enter your licensing information below:"
  986. X131="Registration ID:"
  987. X132="Control Number:"
  988. X133="Next Statement..."
  989. X134="File Overwrite Warning"
  990.  
  991. X150="FRENCH"
  992.  
  993. X192="ExΘcution terminΘe"
  994. X193="ExΘcution terminΘe sur ordre de l'utilisateur ou par erreur"
  995.  
  996. X203="Impossible d'allouer de la mΘmoire pour les Menus"
  997. X204="Impossible de rΘserver de la mΘmoire pour les Menus"
  998. X205="Le fichier des Menus ne peut excΘder 64K !"
  999. X206="Erreur I/O α la lecture du fichier des Menus"
  1000. X207="DimLunMarMerJeuVenSam"
  1001. X208="Continuer"
  1002.  
  1003. X211="Encrypted/Encoded verification failed"
  1004. X212="Memory Error in verification"
  1005. X213="Authorization Code?"
  1006.  
  1007. X236="NumΘro de license incorrecte"
  1008. X237="Votre numΘro de license est enregistrΘ"
  1009. X238="Vous avez dΘjα la license"
  1010. X239="Ce logiciel a ΘtΘ endommagΘ. Ne l'utilisez pas."
  1011.  
  1012. X502="Ligne de menu incorrecte."
  1013. X503="Code erreur indΘfini -> "
  1014. X504="Un fichier des menus (*.cpm) est nΘcessaire. CMDPOST.CPM n'existe pas !"
  1015. X505="Impossible d'allouer une zone de mΘmoire pour les Menus"
  1016. X506="Impossible de vΘrouiller la zone de mΘmoire pour les Menus"
  1017. X507="Erreur I/O α la lecture du fichier des Menus"
  1018.  
  1019. X512="Need First level menu title.  Not found."
  1020. X513="Impossible de crΘer la Barre des Menus"
  1021. X514="Need batch code or second level menu title. Not found."
  1022. X515="Need batch code or top level menu title. Not found."
  1023. X516="First level popup menu creation failed."
  1024. X517="Second level popup menu creation failed."
  1025. X518="Third level popup menu creation failed."
  1026. X519="Need batch code or third level menu title. Not found."
  1027. X520="Need batch code or 1st or 2nd level menu title. Not found."
  1028. X521="Need batch code or fourth level menu title. Not found."
  1029. X522="Tentative de rΘouverture du fichier des Menus"
  1030. X523="MΘmoire insuffisante"
  1031. X524="Impossible de vΘrrouiller zone de travail pour examen des menus"
  1032. X525="Erreur I/O durant examen du fichier des menus"
  1033.  
  1034. X527="CmdPost : erreur interne N░ 527"
  1035. X528="Les Menus ont ΘtΘ rΘinitialisΘs pour tenir compte des modifications.~Veuillez refaire votre sΘlection."
  1036.  
  1037. X530="Le fichier des Menus ne peut excΘder 64K"
  1038.  
  1039. X540="Impossible d'exΘcuter le fichier sΘlectionnΘ "
  1040.  
  1041. X556="L'initialisation de WIL a ΘchouΘe"
  1042. X557="ParamΦtre illΘgale."
  1043.  
  1044. X575="Menu TerminΘ"
  1045. X576="Processing failed validity check"
  1046.  
  1047. X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
  1048. X580="Need batch code after fourth level menutitle.  Not found"
  1049. X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
  1050.  
  1051. X599="Too many menu items defined for current application."
  1052.  
  1053. X700="Resize window on screen"
  1054. X701="Move window on screen"
  1055. X702="Reduce window to an icon"
  1056. X703="Zoom window to maximum size"
  1057. X704="Switch to the next child window"
  1058. X705="Switch to the previous child window"
  1059. X706="Close down application"
  1060. X707="Scroll child windows vertically"
  1061. X708="Scroll child windows horizontally"
  1062. X717="Arrange Windows"
  1063. X718="Restore window to previous state"
  1064. X719="Get Task Manager"
  1065.  
  1066. X730=" popup menu"
  1067. X731=" menu item"
  1068.  
  1069. X1900="WinExec 0: Out of Memory"
  1070.  
  1071. X1902="WinExec 2: File Not Found"
  1072. X1903="WinExec 3: Path Not Found"
  1073.  
  1074. X1905="WinExec 5: Attempt to dynlink to a task"
  1075. X1906="WinExec 6: Lib requires data segs for each task"
  1076.  
  1077. X1908="WinExec 8: Insufficient contiguous memory for application"
  1078.  
  1079. X1910="WinExec 10: Incorrect Windows Version"
  1080. X1911="WinExec 11: Invalid EXE file"
  1081. X1912="WinExec 12: Cannot run OS/2 application"
  1082. X1913="WinExec 12: Cannot run DOS4.0 application"
  1083. X1914="WinExec 14: Unknown EXE type"
  1084. X1915="WinExec 15: Attempt to run old EXE in protect mode"
  1085. X1916="WinExec 16: Attempted 2nd EXE with multiple writeable datasegs"
  1086. X1917="WinExec 17: Nonshareable DLLs already in use"
  1087. X1918="WinExec 18: App marked for protected mode only"
  1088.  
  1089. X1932="WinExec: Undefined Error"
  1090. X1933="WinExec: No application defined for data file"
  1091.  
  1092.  
  1093. X2001="SendKey: ParamΦtres illΘgaux"
  1094. X2002="Fichier source illΘgal"
  1095. X2003="Fichier destination illΘgal"
  1096. X2004="Utilisation illΘgale des jokers"
  1097. X2005="Utilisation illΘgale des jokers"
  1098. X1006="Fichiers correspondants non trouvΘs"
  1099. X2007="Impossible de renommer le fichier source"
  1100. X3008="Erreur ouverture fichier source"
  1101. X3009="Impossible d'ouvrir C:\SKDBUG.TXT"
  1102. X3010="Impossible d'installer la jonction - dΘjα active !"
  1103. X3011="Erreur taille fichier source"
  1104. X3012="Espace disque insuffisant"
  1105. X3013="Erreur ouverture fichier destination"
  1106. X3014="Erreur I/O"
  1107. X3015="Impossible de supprimer le fichier source"
  1108. X2016="Nom de fichier illΘgal"
  1109. X1017="Fichiers correspondants non trouvΘs"
  1110. X1018="La suppression a ΘchouΘe"
  1111. X2019="Fichier source illΘgal"
  1112. X2020="Fichier destination illΘgal"
  1113. X2021="Autre destination ! - Utilisez FileMove"
  1114. X2022="Utilisation illΘgale des jokers"
  1115. X2023="Utilisation illΘgale des jokers"
  1116. X1024="Fichiers correspondants non trouvΘs"
  1117. X1025="Le renommage a ΘchouΘe"
  1118. X3026="Lecteur invalide"
  1119. X3027="DOS n'a pas dΘtectΘ de disque !?"
  1120. X1028="Lecteur non connectΘ"
  1121. X1029="RΘpertoire non crΘΘ"
  1122. X1030="RΘpertoire non effacΘ"
  1123. X1031="RΘpertoire non trouvΘ/changΘ"
  1124. X3032="MΘmoire insuffisante pour le fichier batch"
  1125. X3033="Etiquette non trouvΘe"
  1126. X3034="Le Presse-Papiers est dΘjα ouvert"
  1127. X3035="Le Presse-Papiers doit Ωtre au format texte"
  1128. X3036="Le Presse-Papiers ne peut excΘder 64K"
  1129. X3037="MΘmoire insuffisante. Fermez une application."
  1130. X2038="Erreur de syntaxe"
  1131. X1039="FenΩtre non trouvΘe"
  1132. X1040="FenΩtre non trouvΘe"
  1133. X1041="FenΩtre non trouvΘe"
  1134. X1042="FenΩtre non trouvΘe"
  1135. X1043="FenΩtre non trouvΘe"
  1136. X1044="FenΩtre non trouvΘe"
  1137. X1045="FenΩtre non trouvΘe"
  1138. X3046="Erreur interne N░ 3046. Fonction non dΘfinie"
  1139. X3047="Un nom de variable ne peut excΘder 30 caractΦres"
  1140. X3048="Signe % : Erreur de syntaxe"
  1141. X3049="Aucune variable dΘfinie ??!!"
  1142. X3050="Variable non dΘfinie"
  1143. X3051="Variable ou fonction non dΘfinie"
  1144. X3052="Variable non initialisΘe ou fonction non dΘfinie"
  1145. X3053="Chaεne de caractΦres trop longue (>256 car.)"
  1146. X3054="ElΘment non reconnu trouvΘ sur la ligne"
  1147. X3055="Un nom de variable ne peut excΘder 30 caractΦres"
  1148. X3056="Conversion du numΘrique impossible"
  1149. X3057="Conversion de la chaεne impossible"
  1150. X2058="Erreur de syntaxe"
  1151. X3059="Limite ΘrronΘe"
  1152. X2060="Average : Erreur de syntaxe"
  1153. X3061="Syntaxe illΘgale"
  1154. X3062="Tentative de division par zΘro"
  1155. X3063="Exige un opΘrateur diadique"
  1156. X3064="Exige un opΘrateur monadique"
  1157. X3065="Erreur de syntaxe"
  1158. X3066="Erreur de syntaxe"
  1159. X3067="Erreur de syntaxe : ParenthΦse d'ouverture"
  1160. X3068="Erreur de syntaxe. DΘlimiteur ΘrronΘ"
  1161. X3069="Signe =  : Erreur de syntaxe"
  1162. X3070="Trop d'arguments sont dΘfinis"
  1163. X3071="Instruction manquante ou incomplΦte"
  1164. X3072="THEN non trouvΘ dans une instruction IF"
  1165. X3073="Etiquette non spΘcifiΘe"
  1166. X3074="Expression continues past expected end."
  1167. X3075="Call : L'analyse du fichier/paramΦtre a ΘchouΘe"
  1168. X3076="READ ou WRITE mal spΘcifiΘ"
  1169. X1077="L'ouverture du fichier α ΘchouΘe"
  1170. X3078="Trop de fichiers ouverts (>5)"
  1171. X3079="Fichier invalide"
  1172. X3080="Le fichier n'est pas ouvert"
  1173. X3081="Fichier invalide"
  1174. X3082="Fichier non ouvert"
  1175. X1083="FileAttrGet: File not found"
  1176. X3084="Fichier invalide"
  1177. X3085="Fichier non ouvert"
  1178. X1086="FileAttrSet: File not found or access denied"
  1179. X3087="Fichier non ouvert en lecture"
  1180. X3088="Tentative de lecture aprΦs la fin de fichier"
  1181. X3089="Fichier non ouvert en Θcriture"
  1182. X3090="Erreur ouverture de fichier"
  1183. X3091="Boεte de dialogue trop grande"
  1184. X3092="Le fichier doit Ωtre au format texte"
  1185. X2093="Mauvaise utilisation des jokers"
  1186. X3094="Positionnement de la fenΩtre impossible"
  1187. X3095="Comparaison impossible"
  1188. X3096="MΘmoire insuffisante"
  1189. X3097="MΘmoire insuffisante"
  1190. X3098="Pointeur NULL passΘ α une routine STRxxx"
  1191. X3099="Fonction non disponible actuellement."
  1192. X1100="troisiΦme paramΦtre hors limites"
  1193. X3101="Chaεne substituΘe trop longue. (> 256 car.)"
  1194. X3102="Efface uniquement les variables"
  1195. X3103="Tentative de test sur ΘlΘment autre que variables"
  1196. X3104="La crΘation de fenΩtre a ΘchouΘe"
  1197. X3105="CALL and CALLEXT not supported in compiled versions"
  1198. X2106="Mot clef ΘxigΘ : NAME, DATE, SIZE, KIND ou UNSORTED"
  1199. X3107="Fichier doit Ωtre du type COM, EXE, PIF ou BAT"
  1200. X3108="FileItemize : Unable to lock file info segment"
  1201. X3109="FileItemize : Unable to unlock file info segment"
  1202. X3110="FileItemize : Unable to lock file index segment"
  1203. X3111="FileItemize : Unable to unlock file index segment"
  1204. X2112="Fichier(s) non trouvΘ(s)"
  1205. X3113="Erreur I/O sur taille de fichier"
  1206. X3114="Erreur buffer plein"
  1207. X3115="Erreur buffer plein"
  1208. X3116="Erreur buffer plein"
  1209. X3117="Erreur buffer plein"
  1210. X2118="Source et Destination identiques"
  1211. X1119="WinPosition: Window not found"
  1212. X2120="SetDisplay: Display type not SHORT or LONG"
  1213. X1121="WinTitle: Window not found"
  1214. X2122="FileAppend: Target cannot be wildcarded"
  1215. X3123="WaitForKey: Invalid key codes specified"
  1216. X3124="WinMetrics: Invalid code"
  1217. X1125="FileTimeGet: File not found"
  1218. X3126="FileAttrSet: Buffer Overrun Error"
  1219. X3127="FileTimeTouch: Buffer Overrun Error"
  1220. X1128="FileTimeTouch: File not found"
  1221. X3129="avail???"
  1222. X3130="avail???"
  1223. X3131="avail???"
  1224. X3132="avail???"
  1225. X3133="avail???"
  1226. X3134="avail???"
  1227. X3135="avail???"
  1228. X3136="avail???"
  1229. X3137="avail???"
  1230. X3138="DDE: Too many DDE conversations"
  1231. X3139="DDEInitiate: Client window create failed"
  1232. X3140="DDEInitiate: GlobalAddAtom failure"
  1233. X3141="???DDETerminate: Bad channel number"
  1234. X3142="DDETerminate: Channel does not exist"
  1235. X3143="???DDEInitiate: Internal Error 3143"
  1236. X3144="DDETerminate: Internal Error 3144"
  1237. X3145="DDEExec: GlobalAlloc failed"
  1238. X3146="DDEExec: Global Lock failed"
  1239. X3147="DDEExec: Bad channel number"
  1240. X3148="???DDEExec: No open channels"
  1241. X3149="DDEExec: Internal Error 3149"
  1242. X1150="DDEExec: DDE Post failed"
  1243. X3151="???DDEReq: No open channels"
  1244. X3152="???DDEReq: Bad channel number"
  1245. X3153="???DDEReq: Internal error 3153"
  1246. X3154="DDEReq: GlobalAddAtom failed"
  1247. X1155="DDEReq: DDE Post failed"
  1248. X3156="DDEReq: GlobalLock failed"
  1249. X3157="???DDEPoke: No open channels"
  1250. X3158="???DDEPoke: Bad channel number"
  1251. X3159="???DDEPoke: Internal Error 3159"
  1252. X3160="DDEPoke: GlobalAlloc failed"
  1253. X3161="DDEPoke: GlobalAddAtom failed"
  1254. X3162="DDEPoke: GlobalLock failed"
  1255. X1163="DDEPoke: DDE Post failed"
  1256. X1164="DDEPoke: DDE Timeout"
  1257. X1165="DDEReq: DDE Timeout"
  1258. X1166="DDEExec: DDE Timeout"
  1259. X3167="DDE Recv Data: GlobalLock 1 failed"
  1260. X3168="DDE Recv Data: GlobalAlloc 2 failed"
  1261. X3169="DDE Recv Data: GlobalLock 2 failed"
  1262. X3170="DDEInitiate: Internal Error 3170"
  1263. X3171="IntControl: Invalid IntControl opcode"
  1264. X1172="WinExeName: Window not found"
  1265. X3173="Net: No network found"
  1266. X3174="Net: Security Violation"
  1267. X3175="Net: Function not supported"
  1268. X3176="Net: Out of Memory"
  1269. X3177="Net: Network Error"
  1270. X3178="Net: Windows function failed"
  1271. X3179="Net: Invalid type of request"
  1272. X3180="Net: Invalid Pointer"
  1273. X1181="Net: Cancelled at users request"
  1274. X1182="Net: Bad user / Not logged in"
  1275. X3183="Net: Buffer too small - Internal Error"
  1276. X1184="Net: Invalid Network name"
  1277. X1185="Net: Invalid Local Name"
  1278. X1186="Net: Invalid Password"
  1279. X1187="Net: Local Device already connected"
  1280. X1188="Net: Not a valid local device or network name"
  1281. X1189="Net: Not a redirected local device or current net name"
  1282. X1190="Net: Files were open with FORCE=FALSE"
  1283. X1191="Net: Function busy"
  1284. X3192="Net: Unknown network error"
  1285. X1193="Function not supported in this version of Windows"
  1286. X1194="PlaySounds: File not found"
  1287. X1195="PlayMedia: Unrecognised Error"
  1288. X3196="PlayMedia: Do not use WAIT or NOTIFY in MCI string"
  1289. X3197="WinResources: Invalid request number"
  1290. X3198="WinParmGet/Set: Invalid request number"
  1291. X3199="WinPlaceGet/Set: Invalid window-size number"
  1292. X1200="WinPlaceGet/Set: Window not found"
  1293. X1201="WinPlaceGet/Set: Function failed"
  1294. X3202="WinPlaceSet: Wrong number of window co-ordinates"
  1295. X2203="Dir Rename: 'From' file illegal"
  1296. X2204="Dir Rename: 'To' file illegal"
  1297. X3205="MouseInfo: Invalid request number"
  1298. X3206="SnapShot: Invalid request number"
  1299. X1207="SnapShot: Out of memory"
  1300. X1208="SnapShot: Palette Creation Error"
  1301. X1209="SnapShot: Cannot open clipboard"
  1302. X3210="Cmd Extender: Out of memory to save result"
  1303. X3211="Call:  More than 6 levels of Calls"
  1304. X3212="PlayMedia: Notify Window creation failed"
  1305. X1213="Cmd Extender: Minor error occurred"
  1306. X2214="Cmd Extender: Moderate Error Occurred"
  1307. X3215="Cmd Extender: Severe error occurred"
  1308. X1216="RunWait Commands not supported in 3.0 Debug Windows"
  1309.  
  1310. ; 5600 to 5699 reserved for wininfo.exe strings
  1311. X5600= "Hit Spacebar to copy to clipboard"
  1312. X5601= "XXX Not Active XXX"
  1313. X5610= "Co-ordinates"
  1314. X5611= "Left"
  1315. X5612= "Top"
  1316. X5613= "Right"
  1317. X5614= "Bottom"
  1318. X5615= "Use ESC to terminate"
  1319. X5616= "Window Title"
  1320.  
  1321. ; 5700 - 5799 reserved for WinMacro
  1322. X5700=  "&About / Reload ..."
  1323. X5701=  "Err: No Title or Hotkey specification"
  1324. X5702=  "Err: :Action part of line missing"
  1325. X5703=  "Err: HotKey specs and Action missing"
  1326. X5704=  "Err: Redundant backslashes found"
  1327. X5705=  "Err: No :Action found"
  1328. X5706=  "Err: Multiple backslashes found"
  1329. X5707=  "Err: No Action found following colon"
  1330. X5708=  "Err: Illegal characters found in Action"
  1331. X5709=  "Err: :Action found when HotKeys expected"
  1332. X5710=  "Err: Only A-Z and F1-F16 may be hotKeys"
  1333. X5711=  "Err: Ctrl(^) needed for HotKeys"
  1334. X5712=  "&Terminate Windows"
  1335.  
  1336. X5720=  "&Begin Macro Record\tCtrlShift+HOME"
  1337. X5721=  "&End Macro Record\tCtrlShift+END"
  1338. X5722=  "Filename error: Wildcards (* or ?) not allowed"
  1339. X5723=  "FileName error: Filename must end in .WBT or .WBM"
  1340. X5724=  "\012 already exists.  OverWrite?"
  1341. X5725=  "\012 File Error. Recording probably incorrect."
  1342. X5727=  "WinBatch"
  1343. X5728=  "Please register WinBatch if you like WinMacro.~Just call (800) 762-8383"
  1344.  
  1345.  
  1346. X9002= "Previously reported error"
  1347. X9999="Vous avez demandΘ l'annulation"
  1348.